vendor/golang.org/x/crypto/sha3.state.a (field)
10 uses
vendor/golang.org/x/crypto/sha3 (current package)
sha3.go#L25: a [25]uint64 // main state of the hash
sha3.go#L60: for i := range d.a {
sha3.go#L61: d.a[i] = 0
sha3.go#L81: keccakF1600(&d.a)
sha3.go#L85: keccakF1600(&d.a)
sha3.go#L128: keccakF1600(&d.a)
xor.go#L20: d.a[i] ^= a
xor.go#L24: ab := (*[25 * 64 / 8]byte)(unsafe.Pointer(&d.a))
xor.go#L33: binary.LittleEndian.PutUint64(b, d.a[i])
xor.go#L37: ab := (*[25 * 64 / 8]byte)(unsafe.Pointer(&d.a))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |